Processing math: 100%
Index
Problem list
ZZZ (working)
Monomial
References
TODO list
ZZZ (working)
/
Monomial
(
Bibtex
)
P211
:
Enumeration of all monomials
Input:
A polynomial
P
with
n
variables,
t
monomials, and a total degree
D
.
Output:
All monomials of
P
.
Complexity:
O
(
D
2
n
2
log
(
n
)
(
n
+
log
(
1
/
ϵ
)
)
)
)
delay.
Comment:
Reference:
[
Strozecki2010a
] (
Bibtex
)
P212
:
Enumeration of all monomials
Input:
A polynomial
P
with
n
variables,
t
monomials, and a total degree
D
.
Output:
All monomials of
P
.
Complexity:
The delay between
i
th and
i
+
1
th outputted monomials is bounded by
O
(
i
D
n
2
(
n
+
log
(
1
/
ϵ
)
)
)
.
Comment:
Reference:
[
Strozecki2010a
] (
Bibtex
)